home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Misc / Capture / Source / other.h < prev    next >
Text File  |  1995-06-12  |  326b  |  11 lines

  1. // You may freely copy, distribute and reuse the code in this example.
  2. // The author disclaims any warranty of any kind, expressed or implied,
  3. // as to its fitness for any particular use.
  4.  
  5. // Grab20 and Capture written by Peter Eisch.
  6.  
  7. #import <stdio.h>
  8. #import <strings.h>
  9.  
  10. void parsePath(char *path, char *dir, char *name);
  11.